Produced by Araxis Merge on 2021-05-13 09:09:03 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | 2021-05-13 09:09:03 +0000 | ||
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Customer/templates/form | login.phtml | 2021-02-04 05:41:08 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 49 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?php | |||||
| 2 | /** | |||||
| 3 | * Copyright © Magento, Inc. All rights reserved. | |||||
| 4 | * See COPYING.txt for license details. | |||||
| 5 | */ | |||||
| 6 | ||||||
| 7 | /** @var \Magento\Customer\Block\Form\Login $block */ | |||||
| 8 | ?> | |||||
| 9 | <div class="row"> | |||||
| 10 | <div class="block block-customer-login col-md-6 mx-auto mb-4 w-100"> | |||||
| 11 | <div class="block-title"> | |||||
| 12 | <strong id="block-customer-login-heading" role="heading" aria-level="2"><?= $block->escapeHtml(__('Registered Customers')) ?></strong> | |||||
| 13 | </div> | |||||
| 14 | <div class="block-content" aria-labelledby="block-customer-login-heading"> | |||||
| 15 | <form class="form form-login" | |||||
| 16 | action="<?= $block->escapeUrl($block->getPostActionUrl()) ?>" | |||||
| 17 | method="post" | |||||
| 18 | id="login-form" | |||||
| 19 | data-mage-init='{"validation":{}}'> | |||||
| 20 | <?= $block->getBlockHtml('formkey') ?> | |||||
| 21 | <fieldset class="fieldset login" data-hasrequired="<?= $block->escapeHtml(__('* Required Fields')) ?>"> | |||||
| 22 | <div class="field note"><?= $block->escapeHtml(__('If you have an account, sign in with your email address.')) ?></div> | |||||
| 23 | <div class="field email required"> | |||||
| 24 | <label class="label" for="email"><span><?= $block->escapeHtml(__('Email')) ?></span></label> | |||||
| 25 | <div class="control"> | |||||
| 26 | <input name="login[username]" value="<?= $block->escapeHtmlAttr($block->getUsername()) ?>" <?php if ($block->isAutocompleteDisabled()) : ?> autocomplete="off"<?php endif; ?> id="email" type="email" class="input-text line-height-xl" title="<?= $block->escapeHtmlAttr(__('Email')) ?>" data-mage-init='{"mage/trim-input":{}}' data-validate="{required:true, 'validate-email':true}"> | |||||
| 27 | </div> | |||||
| 28 | </div> | |||||
| 29 | <div class="field password required"> | |||||
| 30 | <label for="pass" class="label"><span><?= $block->escapeHtml(__('Password')) ?></span></label> | |||||
| 31 | <div class="control"> | |||||
| 32 | <input name="login[password]" type="password" <?php if ($block->isAutocompleteDisabled()) : ?> autocomplete="off"<?php endif; ?> class="input-text line-height-xl" id="pass" title="<?= $block->escapeHtmlAttr(__('Password')) ?>" data-validate="{required:true}"> | |||||
| 33 | </div> | |||||
| 34 | </div> | |||||
| 35 | <?= $block->getChildHtml('form_additional_info') ?> | |||||
| 36 | <div class="field"> | |||||
| 37 | <a class="action remind" href="<?= $block->escapeUrl($block->getForgotPasswordUrl()) ?>"><span><?= $block->escapeHtml(__('Forgot Your Password?')) ?></span></a> | |||||
| 38 | </div> | |||||
| 39 | <div class="actions-toolbar"> | |||||
| 40 | <div class="primary"><button type="submit" class="action login primary btn-v-dark py-3 text-md w-100" name="send" id="send2"><span><?= $block->escapeHtml(__('Sign In')) ?></span></button></div> | |||||
| 41 | <div class="secondary"> | |||||
| 42 | <?= $block->getChildHtml('customer_new') ?> | |||||
| 43 | </div> | |||||
| 44 | </div> | |||||
| 45 | </fieldset> | |||||
| 46 | </form> | |||||
| 47 | </div> | |||||
| 48 | </div> | |||||
| 49 | </div> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.